'Declaration Public Overloads Function Remove( _
ByVal itemThe key/value pair to remove from the dictionary.As System.Collections.Generic.KeyValuePair(Of String,T) _
) As Boolean
public bool Remove(
System.Collections.Generic.KeyValuePair<string,T> item
)
public: bool Remove(
System.Collections.Generic.KeyValuePair<string,T*>* item
)
public:
bool Remove(
System.Collections.Generic.KeyValuePair<string,T^>^ item
)
Parameters
- item
- The key/value pair to remove from the dictionary.
Return Value
True if the key/value pair is successfully removed; otherwise, false.